Welcome![Sign In][Sign Up]
Location:
Search - opengl lesson

Search list

[OpenGL programtest2

Description: In the first tutorial I taught you how to create an OpenGL Window. In this tutorial I will teach you how to create both Triangles and Quads. We will create a triangle using GL_TRIANGLES, and a square using GL_QUADS. Using the code from the first tutorial, we will be adding to the DrawGLScene() procedure. I will rewrite the entire procedure below. If you plan to modify the last lesson, you can replace the DrawGLScene() procedure with the code below, or just add the lines of code below that do not exist in the last tutorial.
Platform: | Size: 12228 | Author: mwb | Hits:

[OpenGL programtest07

Description: In this tutorial I ll teach you how to use three different texture filters. I ll teach you how to move an object using keys on the keyboard, and I ll also teach you how to apply simple lighting to your OpenGL scene. Lots covered in this tutorial, so if the previous tutorials are giving you problems, go back and review. It s important to have a good understanding of the basics before you jump into the following code. We re going to be modifying the code from lesson one again. As usual, if there are any major changes, I will write out the entire section of code that has been modified. We ll start off by adding a few new variables to the program.
Platform: | Size: 68334 | Author: mwb | Hits:

[OpenGL programtest9

Description: Welcome to Tutorial 9. By now you should have a very good understanding of OpenGL. You ve learned everything from setting up an OpenGL Window, to texture mapping a spinning object while using lighting and blending. This will be the first semi-advanced tutorial. You ll learn the following: Moving bitmaps around the screen in 3D, removing the black pixels around the bitmap (using blending), adding color to a black & white texture and finally you ll learn how to create fancy colors and simple animation by mixing different colored textures together. We ll be modifying the code from lesson one for this tutorial. We ll start off by adding a few new variables to the beginning of the program. I ll rewrite the entire section of code so it s easier to see where the changes are being made.
Platform: | Size: 18541 | Author: mwb | Hits:

[OpenGL programlesson12_bcb6

Description:
Platform: | Size: 190464 | Author: 海之崖 | Hits:

[OpenGL programOpenGL_1

Description: OpenGL(NeHe)第一课(认识OpenGL)源码-OpenGL (binding for the Java language), the first lesson (awareness OpenGL) FOSS
Platform: | Size: 17408 | Author: Alex | Hits:

[OpenGL programl1

Description: OpenGL编程教程第一课 -OpenGL Programming Guide first class OpenGL Programming Guide to the first lesson
Platform: | Size: 22528 | Author: | Hits:

[OpenGL program02_DrawTriangle

Description: 你的第一个多边形: 在第一个教程的基础上,我们添加了一个三角形和一个四边形。也许你认为这很简单,但你已经迈出了一大步,要知道任何在OpenGL中绘制的模型都会被分解为这两种简单的图形。 读完了这一课,你会学到如何在空间放置模型,并且会知道深度缓存的概念。 -your first one polygon : a tutorial in the basis, we added a triangle and a square. Perhaps you think this is very simple, but you have to take a giant step know any of the OpenGL rendering model will be split into two simple graphics. Finish this lesson, you will learn how to place in space model, and will know in depth the concept of cache.
Platform: | Size: 652288 | Author: zw | Hits:

[OpenGL programtest2

Description: In the first tutorial I taught you how to create an OpenGL Window. In this tutorial I will teach you how to create both Triangles and Quads. We will create a triangle using GL_TRIANGLES, and a square using GL_QUADS. Using the code from the first tutorial, we will be adding to the DrawGLScene() procedure. I will rewrite the entire procedure below. If you plan to modify the last lesson, you can replace the DrawGLScene() procedure with the code below, or just add the lines of code below that do not exist in the last tutorial. -In the first tutorial I taught you how to create an OpenGL Window. In this tutorial I will teach you how to create both Triangles and Quads. We will create a triangle using GL_TRIANGLES, and a square using GL_QUADS. Using the code from the first tutorial , we will be adding to the DrawGLScene () procedure. I will rewrite the entire procedure below. If you plan to modify the last lesson, you can replace the DrawGLScene () procedure with the code below, or just add the lines of code below that do not exist in the last tutorial.
Platform: | Size: 1223680 | Author: mwb | Hits:

[OpenGL programbase

Description: OpenGL源码入门级学习,第一课,提供了一个空的框架以待扩充,超详细的代码注释-OpenGL source the entry-level study, the first lesson, provides a framework for space to be expanded, ultra-detailed code Notes
Platform: | Size: 1228800 | Author: opengl | Hits:

[OpenGL programLesson_01_Setting_Up_OpenGL_in_Windows

Description: Lesson 01 Setting Up OpenGL in Windows
Platform: | Size: 166912 | Author: 许海林 | Hits:

[VC/MFCNeHe_OPNEGL_Lesson_01

Description: NeHe OpenGL Tutorial 是相当不错教程, 也是目前我见过的最好的 OpenGL 教程。 教程的每一篇都是结合着实例, 结合着源代码来讲解的, 循序渐进, 是学习 OpenGL 的佳品。 尤其是作者认真的态度和他的耐心更是值得赞叹, 他会详细地讲解每一行代码的实际作用。此部分内含第一课的内容及源码-NeHe OpenGL Tutorial tutorials are quite good and is the best I have seen OpenGL tutorials. Tutorials are a combination of each of the examples, combined with the source code to explain the step by step, are studying the Jiapin OpenGL. In particular, the authors are serious attitude and his patience, this is even more impressive, he will explain in detail each of the actual effect of lines of code. This section contains the first lesson of the content and source code
Platform: | Size: 1277952 | Author: zhtfox | Hits:

[OpenGL programLesson46

Description: 著名OPENGL教程NEHE的源代码,Lesson-OPENGL famous NEHE tutorial' s source code, Lesson
Platform: | Size: 30720 | Author: ofootball | Hits:

[OpenGL programLesson44

Description: 著名OPENGL教程NEHE的源代码,Lesson-OPENGL famous NEHE tutorial' s source code, Lesson
Platform: | Size: 77824 | Author: ofootball | Hits:

[OpenGL programlex_k

Description: a lesson from opengl super book
Platform: | Size: 185344 | Author: roide | Hits:

[Windows DevelopLesson02

Description: Opengl GL Lesson Tutorial
Platform: | Size: 6144 | Author: steve | Hits:

[Windows DevelopNeheOpengl

Description: Nehe will shows you how to learn OpenGL Every lessons have doc and src (BCB and VC++) such as Lesson***_BCB6.zip Lesson***_VC6.zip Lesson ****.doc-Nehe will shows you how to learn OpenGL Every lessons have doc and src (BCB and VC++) such as Lesson***_BCB6.zip Lesson***_VC6.zip Lesson****.doc
Platform: | Size: 1624064 | Author: cospa | Hits:

[OpenGL programYourFirstPolygon

Description: NeHe OpenGL Tutorial 是相当不错教程, 也是目前我见过的最好的 OpenGL 教程。 教程的每一篇都是结合着实例, 结合着源代码来讲解的, 循序渐进, 是学习 OpenGL 的佳品。 尤其是作者认真的态度和他的耐心更是值得赞叹, 他会详细地讲解每一行代码的实际作用。这是系列教程的第二课-NeHe OpenGL Tutorial is a very good course, is the best I have seen tutorials OpenGL. Tutorials are a combination of each of the examples, combine to explain the source code and step-by-step, is to study the Jiapin OpenGL. In particular, the author and his serious attitude of patience, this is even more impressive, he will explain in detail each of the actual effect of lines of code. This is the second lesson of the tutorial
Platform: | Size: 130048 | Author: jerry | Hits:

[OpenGL programLesson01

Description: 本代码是NEHE教程的第一课的源代码,NEHE是学习OpenGL的初级实例教程,对于初学者有很大帮助-This code is the first lesson tutorial NEHE the source code, NEHE to learn the primary examples of OpenGL tutorial, very helpful for beginners
Platform: | Size: 1250304 | Author: | Hits:

[OpenGL programLesson02

Description: 本代码是NEHE教程的第二课的源代码,NEHE是学习OpenGL的初级实例教程,对于初学者有很大帮助-This code is the second lesson NEHE tutorial source code, NEHE to learn the primary examples of OpenGL tutorial, very helpful for beginners
Platform: | Size: 1232896 | Author: | Hits:

[OpenGL programLesson03

Description: 本代码是学习OpenGL的实例教程NEHE的源代码第三课,NEHE是学习OpenGL的非常好的一本书,值得借鉴-This code is an instance of OpenGL tutorials to learn the source code NEHE third lesson, NEHE to learn OpenGL, a very good book, worth learning from
Platform: | Size: 1238016 | Author: | Hits:
« 1 2 3 4 56 7 8 »

CodeBus www.codebus.net